
tyring to remove "Play tab" icon from tabs using css style sheet but gets ignored?
.tab-icon-overlay[muted], .tab-icon-overlay[playing], .tab-icon-overlay[soundplaying] {
display: none !important;
}
doesnt seem to read it i have toolkit.legacyUserProfileCustomizations.stylesheets set to true
i made the chrome folder, checked the names of everything, everything seem correct? what am i doing wrong?